home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / Anwender / Grafik / MaVi / Sets / Jet-AudioButtons.set < prev    next >
Text File  |  1998-04-21  |  3KB  |  92 lines

  1. // comments are now possible too
  2. Group.mui,
  3.    
  4.     // the button group with play and forward etc. buttons
  5.       Child,Group.mui,
  6.           MUIA_Group_Horiz,TRUE,
  7.           MUIA_Group_SameHeight,TRUE,
  8.           MUIA_Group_Spacing,4,
  9.         MUIA_FixHeight,1,
  10.         Child, Rectangle.mui,End,
  11.  
  12.         Child,mavi/mui/0145_controllerbutton.mcc,
  13.             PDA_ControllerButton_Type,0,
  14.             MUIA_ShortHelp,"Switch between Play and Pause",
  15.             MUIA_InputMode,MUIV_InputMode_Toggle,
  16.             PDA_DTPic_KeyName,  "0|RoundButtonBackground.0",
  17.             PDA_DTPic_AltKeyName,  "0|RoundButtonBackground.0",
  18.             PDA_DTPic_Name,  "1|Images:ProDev/Jet-Audio/SmallPlay",
  19.             PDA_DTPic_AltName,  "1|Images:ProDev/Jet-Audio/SmallPause",
  20.             MUIA_ShowSelState,FALSE,
  21.             PDA_Descriptor_Text,"Play/Pause",
  22.             MUIA_Weight,0,
  23.         End,
  24.         Child,mavi/mui/0145_controllerbutton.mcc,
  25.             MUIA_ShortHelp,"Stop playing and jump to the beginning",
  26.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  27.             PDA_ControllerButton_Type,6,
  28.             PDA_Descriptor_Text,"Stop Movie",
  29.             PDA_DTPic_KeyName,  "0|RoundButtonBackground.0",
  30.             PDA_DTPic_SelectedRightDown,TRUE,
  31.             PDA_DTPic_AltKeyName,  "0|RoundButtonBackground.0",
  32.             PDA_DTPic_Name,  "1|Images:ProDev/Jet-Audio/SmallStop",
  33.             PDA_DTPic_AltName,  "1|Images:ProDev/Jet-Audio/SmallStop",
  34.             MUIA_ShowSelState,FALSE,
  35.             MUIA_Weight,0,
  36.         End,
  37.         Child,mavi/mui/0145_controllerbutton.mcc,
  38.             MUIA_ShortHelp,"Backward one frame or second (progressive)",
  39.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  40.             PDA_ControllerButton_Type,3,
  41.             PDA_Descriptor_Text,"Rewind",
  42.             PDA_DTPic_KeyName,  "0|RoundButtonBackground.0",
  43.             PDA_DTPic_SelectedRightDown,TRUE,
  44.             PDA_DTPic_AltKeyName,  "0|RoundButtonBackground.0",
  45.             PDA_DTPic_Name,  "1|Images:ProDev/Jet-Audio/SmallREW",
  46.             PDA_DTPic_AltName,  "1|Images:ProDev/Jet-Audio/SmallREW",
  47.             MUIA_ShowSelState,FALSE,
  48.             MUIA_Weight,0,
  49.         End,
  50.  
  51.         Child,mavi/mui/0145_controllerbutton.mcc,
  52.             MUIA_ShortHelp,"Forward one frame or second (progressive)",
  53.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  54.             PDA_ControllerButton_Type,2,
  55.             PDA_Descriptor_Text,"Forward",
  56.             PDA_DTPic_KeyName,  "0|RoundButtonBackground.0",
  57.             PDA_DTPic_SelectedRightDown,TRUE,
  58.             PDA_DTPic_AltKeyName,  "0|RoundButtonBackground.0",
  59.             PDA_DTPic_Name,  "1|Images:ProDev/Jet-Audio/SmallFF",
  60.             PDA_DTPic_AltName,  "1|Images:ProDev/Jet-Audio/SmallFF",
  61.             MUIA_ShowSelState,FALSE,
  62.             MUIA_Weight,0,
  63.         End,
  64.           Child,mavi/mui/0145_mutebutton.mcc,
  65.             MUIA_ShortHelp,"Switch sound on/off",
  66.             PDA_DTPic_KeyName,  "0|RoundButtonBackground.0",
  67.             PDA_DTPic_AltKeyName,  "0|RoundButtonBackground.0",
  68.             PDA_DTPic_Name,  "1|Images:ProDev/Jet-Audio/SmallLoud",
  69.             PDA_DTPic_AltName,  "1|Images:ProDev/Jet-Audio/SmallMute",
  70.             MUIA_ShowSelState,FALSE,
  71.             MUIA_InputMode,MUIV_InputMode_Toggle,
  72.             PDA_Descriptor_Text,"Mute",
  73.             MUIA_Weight,0,
  74.         End,
  75.         Child,mavi/mui/0145_openbutton.mcc,
  76.             MUIA_ShortHelp,"Opens a new movie",
  77.             PDA_DTPic_KeyName,  "0|RoundButtonBackground.0",
  78.             PDA_DTPic_SelectedRightDown,TRUE,
  79.             PDA_DTPic_AltKeyName,  "0|RoundButtonBackground.0",
  80.             PDA_DTPic_Name,  "1|Images:ProDev/Jet-Audio/SmallEject",
  81.             PDA_DTPic_AltName,  "1|Images:ProDev/Jet-Audio/SmallEject",
  82.             MUIA_ShowSelState,FALSE,
  83.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  84.             PDA_Descriptor_Text,"Open",
  85.             MUIA_Weight,0,
  86.         End,
  87.  
  88.         Child, Rectangle.mui,End,
  89.       End,
  90.  
  91. End
  92.